projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536b728
)
(find-file-noselect-1): Kill local value of `cursor-type'.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Dec 2002 21:23:58 +0000
(21:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Dec 2002 21:23:58 +0000
(21:23 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index eb4895781c90956c653e06d9e0bd110aa4d131e0..3b0fc3e63db91e68671f8d7f1fc07f8af26d54b8 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1250,6
+1250,7
@@
that are visiting the various files."
;; Needed in case we are re-visiting the file with a different
;; text representation.
(kill-local-variable 'buffer-file-coding-system)
+ (kill-local-variable 'cursor-type)
(erase-buffer)
(and (default-value 'enable-multibyte-characters)
(not rawfile)